/*  WAP主导航 */

.wapNav {
    overflow-y: auto;
    height: 100%;
    opacity: 0;
    transform: translateX(-100%);
    transition: all 0.6s;
    background: #333;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 40;
    padding: 80px 0;
}

.wapNav li {
    position: relative;
}

.wapNav li a {
    display: block;
    padding-left: 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #222;
    position: relative;
}

.wapNav li i {
    font-family: "iconfont";
    color: #888;
    font-size: 1.2em;
    font-style: normal;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0px;
}

.wapNav li.cur>a,
.wapNav .cur>a:hover {
    background: #ff9600;
    color: #fff;
}

.wapNav li :hover i,
.wapNav .cur i {
    color: #fff;
}

.wapNav .navSub {
    display: none;
    background: #161616;
}

.wapNav .navSub li a {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    font-size: .875em;
}

.wapNav .navSub ul {
    background: #050505;
}

.wapNav .navSub ul li a {
    height: 34px;
    line-height: 34px;
    padding-left: 60px;
}

.wapNav .menu {
    overflow: hidden;
    font-size: 1rem;
}

.wapNav .menu a {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 50px;
    border-right: 1px solid #000;
    color: #fff;
    border-bottom: 1px solid #000;
    color: #ff9600;
}

.wapNav .menu a i {
    font-family: "iconfont";
    margin-right: 5px;
    position: relative;
    font-style: normal;
    color: #ff9600;
    font-size: 1.4rem;
}

.wSearch {
    background: #222;
    height: 80px;
    overflow: hidden;
    padding: 0 15px;
}

.wSearch form {
    margin: 0 auto;
    margin-top: 15px;
    background: #fff;
    height: 40px;
    overflow: hidden;
    padding-right: 60px;
}

.wSearch .sear_text {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #666;
    padding-left: 10px;
}

.wSearch .sear_btn {
    float: left;
    width: 60px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
    margin-right: -60px;
}

.wSearch .sear_btn:hover {
    background: #014099;
}


/*  导航按钮 */

.navTrigger {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 28px;
    margin-top: -9px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 20;
    cursor: pointer;
    display: none;
}

.navTriggerLogin {
    position: absolute;
    top: 50%;
    right: 10.5%;
    width: 34px;
    margin-top: -16px;
    overflow: hidden;
    white-space: nowrap;
    z-index: 20;
    cursor: pointer;
    display: none;
}

.navTrigger span {
    display: block;
    height: 2px;
    background: #333;
    margin-bottom: 6px;
    transition: all 0.3s;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.navTrigger span:nth-child(3) {
    margin-bottom: 0;
}

.navTrigger-on span:nth-child(1) {
    transform: translateX(4px) translateY(0px) rotate(45deg);
}

.navTrigger-on span:nth-child(2) {
    opacity: 0;
}

.navTrigger-on span:nth-child(3) {
    transform: translateX(2px) translateY(2px) rotate(-45deg);
}

@media all and (max-width:1800px) {
    .head-mall.fr {
        font-size: 16px;
    }
}

@media all and (max-width:1440px) {
    .navlist li {
        float: left;
        font-size: 14px;
        text-align: center;
    }
    .navlist li a {
        /* padding: 0 10px;*/
    }
    .tnav a {
        font-size: 14px;
    }
    .s_menu li:hover>a::before {
        margin-right: 5px;
    }
}

@media all and (max-width:1200px) {
    .com-width {
        width: 94%;
    }
    .header-navlist,
    .header-other,
    .navlist-bar {
        display: none;
    }
    .header-top {
        display: none;
    }
    .head-class{
        display: none;
    }
    .header h1 img {
        width: 150px;
    }
    .header h1 {
        margin-top: 2px;
    }
    .header .tel {
        display: none;
    }
    .header {
        height: 80px;
        overflow: hidden;
        position: fixed;
        z-index: 99;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        height: 58px;
    }
    .navTrigger {
        display: block;
    }
    .navTriggerLogin {
        display: block;
    }
    .nav_on {
        opacity: 1;
        transform: translateX(0);
    }
    .banner.flexslider {
        padding-top: 80px;
    }
    .banner .slides li {
        min-height: auto;
    }
    .banner {
        display: none;
    }
    .wap-banner {
        padding-top: 80px;
        display: block;
    }
    .wap-banner .slide {
        float: left;
        width: 50%;
    }
    .wap-banner .slide:first-child {
        width: 60.4275%
    }
    .wap-banner .slide:last-child {
        width: 39.5724%
    }
}

@media all and (max-width:1024px) {
    .content .box {
        font-size: .813rem;
        line-height: 1.8;
    }
    .footMap {
        width: 30%;
    }
    .index-one-list .item .box .cont>div {
        float: none;
    }
}
@media (max-width: 680px){
    .index-one-list .item .box {
        height: auto;
    }
}
@media (max-width: 1200px){
    .row-3 .items-wap {
        width: 25%;
    }
}
@media all and (max-width:920px) {
    .banner .slides li {
        min-height: unset;
    }
    .row-3 li,
    .row-3 .item {
        width: 100%;
    }
    .row-3 .items {
        width: 33%;
    }
    .row-3 .items-wap {
        width: 50%;
    }
    .row li img,
    .row .item img {
        max-width: 100%;
        width: 100%;
    }
    .index-one-list .item .box {
        height: auto;
    }
    .index-one-list .item .box .more2 {
        display: block;
        position: static;
        margin-top: 30px;
    }
    .row-7 li,
    .row-7 .item {
        width: 25%;
    }
    .index-partner {
        background-size: cover !important;
    }
    .index-news-content .item {
        width: 100%;
    }
    .index-news-content .item~.item {
        margin-top: 30px;
    }
    .footer-content .item {
        width: 100%;
        float: none;
    }
    .footer-content .item~.item {
        margin-top: 40px;
    }
    .copyright {
        font-size: 14px;
    }
    .index-partner-list li .box img {
        max-height: 100%;
    }
    .index-partner-list li:nth-child(8) .box img {
        padding: 20px;
    }
}

@media all and (max-width:768px) {
    .header {
        /*padding: 0 3%;*/
    }
    .customer li {
        width: 50%;
        overflow: hidden;
        height: auto;
    }
    .mechanisam_left {
        margin-top: 0;
    }
    .customer li:nth-child(odd) {
        border-left: 0;
    }
    .customer li:nth-child(even) {
        border-right: 0;
    }
    .customer ul {
        border-right: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
    }
    .customer li img {}
    .mb_box li {
        height: 9.8rem;
    }
    .mb_box li img {
        height: 9.6rem
    }
    .header h1 img {
        width: 120px;
        margin-top: 10px;
    }
    .wapNav {
        padding: 50px 0;
    }
    .banner.flexslider {
        padding-top: 50px;
    }
    .index-partner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .row-7 li,
    .row-7 .item {
        width: 33.33%;
    }
    .index-news {
        padding-top: 40px;
        padding-bottom: 40px;
        background: #e9f2fc;
    }
    .index-one {
        /*padding-top: 40px;*/
        /*padding-bottom: 40px;*/
        background: #e8f2fb;
    }
    .index-title-big h3 {
        font-size: 24px;
    }
    .index-title-big p,
    .index-title-big p span {
        font-size: 22px;
    }
    .index-one .index-title-big {
        margin-bottom: 40px;
    }
    .index-title h3 {
        font-size: 22px;
    }
    .index-title .en,
    .com-title .en {
        font-size: 14px;
    }
    .index-partner-list {
        margin-top: 40px;
    }
    .com-title h3 {
        font-size: 22px;
    }
    .com-title .more {
        font-size: 12px;
    }
    .index-news-list li .a-box {
        padding: 0;
    }
    .index-news-list li .a-box .pic {
        width: 100%;
        float: none;
    }
    .index-news-list li .a-box .cont {
        overflow: hidden;
        padding-left: 20px;
        padding-top: 0;
        padding: 20px;
    }
    .index-news-list li .a-box .conts {
        overflow: hidden;
        padding-left: 20px;
        padding-top: 0;
        padding: 20px;
    }
    .index-news-list li .a-box p {
        margin-top: 10px;
        height: auto;
    }
    .index-news-list li~li {
        margin-top: 10px;
        border-top: none;
    }
    .footer-contact-list li a {
        font-size: 12px;
    }
    .copyright {
        font-size: 12px;
        line-height: 1.75;
        padding: 10px 0;
    }
    .copyright span {
        display: inline-block;
        margin: 0 0px;
        font-size: 0;
    }
    .footer,
    .index-one,
    .index-partner,
    .index-news {
        overflow: hidden;
    }
    .index-title-big p {
        margin-top: 15px;
    }
    .fl,
    .fr {
        float: none;
    }
    .t_img,
    .t_info {
        width: 100%;
    }
    .t_info h3 {
        margin-top: 12px;
    }
}

@media all and (max-width:640px) {
    .wap-banner .slide {
        float: none;
        width: 100% !important;
    }
    .wap-banner .slide:first-child {
        margin-bottom: 2px;
    }
    .wap-banner {
        padding-top: 50px;
        display: block;
    }
    .header h1 {
        margin-top: 2px;
    }
    .index-partner-list li .box {
        height: 80px;
        line-height: 80px;
    }
    .index-partner-list li:nth-child(13) .box {
        padding: 0;
    }
    .index-title-big h3 {
        font-size: 20px;
    }
    .index-title-big p,
    .index-title-big p span {
        font-size: 18px;
    }
}

@media all and (max-width:480px) {}